home *** CD-ROM | disk | FTP | other *** search
/ Aminet 51 / Aminet 51 (2002)(GTI - Schatztruhe)[!][Oct 2002].iso / Aminet / gfx / fract / FlashMandelWOS.lha / FlashMandel / ARexx / Benchmark.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  2002-03-17  |  347 b   |  23 lines

  1. /*
  2.     Start_Benchmark.rexx
  3.  
  4.     Check speed of your system
  5.  
  6.     © 2002 Edgar Schwan
  7.  
  8.     $VER: Start_Benchmark.rexx 1.0 (2.3.2002)
  9. */
  10.  
  11. PARSE ARG pn ' ' .
  12. IF LENGTH(pn) = 0 THEN
  13.     portname = FLASHMANDEL.1;
  14. ELSE
  15.     portname = pn;
  16.  
  17. OPTIONS RESULTS;
  18. OPTIONS FAILAT 21;
  19.  
  20. ADDRESS COMMAND
  21.  
  22. 'run >NIL: <NIL: rx FLASHMANDEL:arexx/_bench.rexx' portname
  23.